From 82f40a92c16ff22d6bcef78bd1e37dd6bcd1c46d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 4 Mar 2021 10:05:19 -0500 Subject: [PATCH] searchentry: Typo fix --- gtk/gtksearchentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 8b03286a02..0e45015a19 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -79,7 +79,7 @@ * ]| * * GtkSearchEntry has a single CSS node with name entry that carries - * a .sarch style class, and the text node is a child of that. + * a .search style class, and the text node is a child of that. * * # Accessibility * -- 2.30.2